home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / disk / gwindos.zip / GWIN.MNU < prev    next >
Text File  |  1993-11-12  |  3KB  |  115 lines

  1.  
  2. ; ==========================================================================
  3. ; MENU 1 
  4. ; ==========================================================================
  5. @Red,Black,Black,White,TSize=19
  6. !Utilities
  7. timeout=00300
  8. ^Red
  9. ; ..........................................................................
  10.  
  11. %Size=10
  12. #Light Gray
  13. $015005 This is the sample MENU File included with the GWIN SHAREWARE release. All of the MENU
  14. $015020 ITEMS on the screen should be active if you have done the installation steps properly.
  15. $015040 The text here, at the top of the MAIN WINDOW is an example of text output to the screen.
  16. $015055 You may inter-mingle text and MENU choices on the same screen. Placement of text and/or 
  17. $015070 MENU choices on the screen is left to you. You may design your screens to suit yourself.
  18.  
  19. ; ..........................................................................
  20.  
  21. %Size=14
  22. #Light Cyan
  23. $040150 Miscelleanous  
  24.  
  25. #Light Gray
  26. 040180 Activate Screen saver
  27. &gsavr.exe
  28.  
  29. 040200 GWIN's Manual
  30. &dsply gwin.doc
  31.  
  32. 040220 Installation Instructions
  33. &dsply ginstall.txt
  34.  
  35. 040240 GWIN Read.me
  36. &dsply gread.me
  37.  
  38. 040260 GWIN Readme.too
  39. &dsply greadme.too
  40.  
  41. 040280 License Information
  42. &dsply GLicense.doc
  43. ; ..........................................................................
  44. #Light Cyan
  45. $265150 Check Free Space
  46.  
  47. #Light Green
  48. 270180 Disk Free Space A:
  49. &gdsk.exe A:
  50.  
  51. 270200 Disk Free Space B:
  52. &gdsk.exe B:
  53.  
  54. 270220 Disk Free Space C:
  55. &gdsk.exe C:
  56.  
  57. 270240 Disk Free Space D:
  58. &gdsk.exe D:
  59.  
  60. ; ..........................................................................
  61. #Light Cyan
  62. $450150 DOS Functions
  63.  
  64. #Yellow
  65. 450180 MS-DOS
  66. &c:\dos\command.com
  67. #Light Cyan
  68. %Size=10
  69. $510180 (DOS Gateway)
  70.  
  71. #White
  72. 450200 Format A:
  73. &format A:
  74.  
  75. #White
  76. 450220 Format B:
  77. &format B:
  78.  
  79. #White
  80. 450240 Make Boot Diskette
  81. &format A: /s
  82.  
  83. 450260 Dir of A:
  84. &dir A: /p
  85.  
  86. 450280 Dir of B:
  87. &dir B: /p
  88.  
  89. %Size=10
  90. #Light Cyan
  91. $535300 DOS 5.00
  92. #White
  93. 450300 Text Editor
  94. &edit.com
  95.  
  96. #Light Gray
  97. %Size=10
  98. $020370 Press <F1> for list of supported Keys. Press <F2> and type HELP to see Help subjects.
  99. $020385 Use <Up> or <Down> arrows to move the Hi-Lite Box. Press <Enter> to load Hi-Lited Item.
  100. ; Highlite box color
  101. #White
  102.  
  103. ;============================================================================
  104. ; END OF FILE SCREEN
  105. ;============================================================================
  106.  
  107. @cyan,Black,dark gray,White,TSize=23
  108. !END of FILE
  109. ^cyan
  110. %Size=14
  111. $045100 This is the END of FILE SCREEN. It must be present, and cannot contain
  112. $045120 any MENU ITEMS. You may put some text on the screen to alert the user
  113. $045140 to the END of FILE condition, or other text as required. If <PgDn> is
  114. $045160 pressed while this screen is displayed, GWIN will EXIT to DOS.
  115.